home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-06-11 | 1.2 KB | 39 lines |
- #
- # Prototype Makefile for a subdirectory that forms part of a command.
- #
- # This Makefile is automatically generated.
- # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
- #
- # Generated from /sprite/lib/mkmf/Makefile.bigcmd
- # Wed Jun 10 17:53:13 PDT 1992
- #
- # For more information, refer to the mkmf manual page.
- #
- # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmd,v 1.7 92/06/10 13:04:46 jhh Exp $ SPRITE (Berkeley)
- #
- # Allow mkmf
-
- ALLSRCS = lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c lstCur.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c lstFake.c lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c lstIndex.c lstInit.c lstInsert.c lstIsAtEnd.c lstIsEmpty.c lstLast.c lstLength.c lstMember.c lstMove.c lstNext.c lstOpen.c lstPred.c lstPrev.c lstRemove.c lstReplace.c lstSetCirc.c lstSucc.c
- MACHINES = ds3100 sun3 sun4
- MAKEFILE = Makefile
- NAME = lst
- SYSMAKEFILE = bigcmd.mk
- TYPE = sprite
- DISTDIR ?= /dist/sprite/src/cmds/pmake/lst
- #include <settm.mk>
-
-
- #if exists($(TM).md/md.mk)
- #include "$(TM).md/md.mk"
- #endif
-
- #if exists(local.mk)
- #include "local.mk"
- #else
- #include <$(SYSMAKEFILE)>
- #endif
-
- #if exists($(DEPFILE))
- #include "$(DEPFILE)"
- #endif
-